home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SCREEN__
- #define __SCREEN__
-
- #define PALETTE_SIZE 768
-
- const SCREEN_WIDTH=320,SCREEN_HEIGHT=200;
- extern "C" unsigned char * screen;
- void setgmode(short int mode);
- void setpalette(unsigned char * palptr);
- void getpalette(unsigned char * palptr);
- #endif